|
|
|
|
FlybyHighlightUnderline Property, SftTree Class |
Defines whether items in the item area are underlined as the mouse cursor moves over cells.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property FlybyHighlightUnderline As Boolean |
C# |
public bool FlybyHighlightUnderline { get; set; } |
C++ |
public: property bool FlybyHighlightUnderline { |
Property Value
True if items are underlined as the mouse cursor moves over a cell, otherwise False.
The default value is True.
Comments
The FlybyHighlightUnderline property defines whether items in the item area are underlined as the mouse cursor moves over cells.
If enabled, items are highlighted by underlining a cell's text parts (based on TextPartClass).
The FlybyHighlight property must be set to True, otherwise FlybyHighlightUnderline has no effect.